home *** CD-ROM | disk | FTP | other *** search
- on createDosPop whatValue, myList
- set doIt to checkPopClick()
- if doIt = 0 then
- if voidp(myList) then
- set myList to []
- repeat with x = 1 to 10
- set myVal to translateToWords(value("#" & whatValue), x)
- append(myList, myVal)
- end repeat
- end if
- CreateFieldFromLinList(myList)
- set myField to "dos" && whatValue && "field"
- createPopWindow("popField", myField)
- end if
- end
-